home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-01-26 | 3.0 KB | 52 lines | [ttro/ttxt] |
- Little Smalltalk v3.1.x Change Log
- ===============================
-
- v3.1.0 - Limited initial release
-
- v3.1.1 - Fixed crash when mouse pointer in menu bar with no windows open.
- - Fixed highlighting of System Menu when no windows are open.
- - Provided four pixel left and top margins for text and select panes.
- - Line length for text panes increased to 2000 pixels.
- - Version number now displayed in Get Info... dialogue.
-
- v3.1.2 - TCL Fatal error alerts re-worded.
- - Double click detection now supported.
- - Browser select panes now support standard single and double click behaviour.
- - ObjectTableMax doubled.
- - List processing improved (add:, addAll:, addLast: are now significantly
- faster).
- - Fixed crash when 'printer print:' is invoked in the absence of the Workspace
- window.
- - Changed to allow the Workspace window to be restored after being closed.
- - Modified methods from file.st moved to a new file, macfile.st. Original file.st
- restored (with instance variable 'fType' added to 'File' class header ). Image
- Maker modified to read new file.
- - Method 'Class::fileOut' now supports file types.
- - Added 'Smalltalk::showMessage: aString' as a means of putting up a message
- without having to use 'Smalltalk::error: aString'.
- - 'Class::addSubClass:instanceVariableNames:' patched so that it doesn't remove
- numbers embedded in instance variable names.
- - Pixel line length can now be specified for text-based panes.
- - Minimum window size reduced to 75x75.
-
- v3.1.3 - Browser select panes no longer give an unknown message error if clicked on
- when empty.
- - Pop-up menu objects removed from Smalltalk global array to avoid problems
- of duplication of IDs when >15 pop-up menus have been created. Pop-up menu
- IDs will only now be duplicated when the number created in any one session
- exceeds 65435.
- - Message 'Smalltalk::getVersion' and primitive 254 added to return the version
- string from the 'vers' resource as a Smalltalk string. Version number no
- longer hard-coded in tclwin.st.
- - Dragging and dropping files ending in '.st' now invokes the compiler instead of
- loading them into the active text window.
- - New system primitive (No. 20) added to allow implementation of 'become:'
- message for objects. 'become:' added to basic object protocol.
- - 'Array::grow:' changed to use 'become:' instead of returning new array.
-
- v3.1.4 (First widely distributed release)
- - Added inspector.st and notifier.st to systemImage.
- - Updated Enhanced User Interface Manual.
- - ReadMe files updated and improved.
- - Tidied up source code.
-